home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d18 / tpu60.arc / README.!!! < prev    next >
Text File  |  1991-04-01  |  3KB  |  74 lines

  1.                       Files on the Distribution Disk
  2.  
  3. Filename.x      Description of Contents
  4. -----------     -------------------------------------------------
  5. README.!!!      This file (you're reading it now)
  6.  
  7. TPU6DOC.TXT     Report on Research (48 pages; copy to PRN:)
  8.  
  9. TPU6.EXE        The Supplied Program ready to run
  10.  
  11. TPU6.PAS        Turbo Pascal Source - The Main Program
  12. TPU6AMS.PAS     Turbo Pascal Source - Access Methods for .TPU Files
  13. TPU6REF.PAS     Turbo Pascal Source - High-Level .TPU Analysis Methods
  14. TPU6RPT.PAS     Turbo Pascal Source - Text File Output Unit
  15. TPU6UNA.PAS     Turbo Pascal Source - Disassembler Unit
  16. TPU6UNA.INC     Turbo Pascal Source - Disassembler Tables (included)
  17.  
  18.  
  19.  
  20.                             Resources Required
  21.  
  22. This program was developed on a Dell System 316 (386-SX) system having 5
  23. Mb RAM, 100 Mb Hard Drive, Super VGA Color.  Also used was a Dell System
  24. 316SX with 2 Mb RAM and 80 Mb Hard Drive, VGA Color Plus.
  25.  
  26. The program is intended to run on almost any system that is supported by
  27. Turbo Pascal Version 6.0 for development.  It's even possible that it may
  28. work on a system having as little as 256Kb of RAM but no guarantees.
  29.  
  30. Subject to the limitations below, the source codes are supplied without
  31. charge and without warranty.  The source is highly sensitive to Turbo
  32. Pascal Version 6.0 and will NOT compile on earlier versions.  Attempts to
  33. modify it to compile under earlier versions are DANGEROUS since pointer
  34. manipulations are performed that are incompatible with the heap managers
  35. of earlier versions of Turbo Pascal.  BE WARNED.
  36.  
  37.  
  38.  
  39.                                 The Author
  40.  
  41. This work was done by William L. Peavy, Houston Texas as a private research
  42. endeavor.
  43.  
  44. I am interested in feedback, suggestions, constructive criticism, and
  45. success stories.  A few "atta boys" wouldn't hurt either.  I can be reached
  46. via Compuserve (70042,2310), via the HAL-PC Telecom-1 BBS or via the HAL-PC
  47. Telecom-2 BBS.
  48.  
  49.  
  50.                           License & Restrictions
  51.  
  52. You are free to use this material at your own risk for your own personal
  53. and NON-COMMERCIAL ends.  You are free to distribute COMPLETE copies of all
  54. materials via any means to any recipient provided that no charge is made
  55. therefor save a small and nominal fee whose sole purpose is to recover
  56. reasonable distribution expenses.  You MAY NOT make use of these materials
  57. in a commercial manner.  No warranties of any kind are made by the author.
  58. Should your use or distribution of this material result in damages to you,
  59. the damages are yours to bear.  The opinions and findings contained in this
  60. material are those of the author and of no other person.
  61.  
  62.  
  63.                                Running TPU6
  64.  
  65. To run the program, simply type TPU6 at the command-line prompt.  You will
  66. be asked for the name of the unit.  Reply with the name of the .TPU file
  67. but WITHOUT the .TPU extension.  The file must be in the current directory
  68. or in some directory on the current path.  You will then be asked whether
  69. or not to disassemble the object code.  Be careful here.  SYSTEM.TPU will
  70. produce over 700K of output in file SYSTEM.LST.  These files can be copied
  71. to PRN: but they are verbose.
  72.  
  73. Enjoy!
  74.